PDF for WinRT
Write(String,Object[]) Method


Format string, as in string.Format(string,object).
Array of objects to write using format.
Writes raw content into the Pdf stream for the current page.
Syntax
'Declaration
 
Public Sub Write( _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim instance As C1PdfDocumentBase
Dim format As String
Dim args() As Object
 
instance.Write(format, args)
public void Write( 
   string format,
   params object[] args
)

Parameters

format
Format string, as in string.Format(string,object).
args
Array of objects to write using format.
Remarks
This is a low-level method that allows you to insert Pdf commands directly into the page stream. It is intended for use by derived classes and requires knowledge of the Pdf document structure and syntax.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback